home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 75 / MOBICLIC 75.ISO / pc / DATA / TOUTEDIT / TOUT_MATOS.cst / 00003_Script_ENTREE_ETAPE < prev    next >
Text File  |  2005-06-15  |  357b  |  13 lines

  1. global gze_Label,gL_localEtape,gL_TOUT,gFlag_Revoir
  2. ---------------------------
  3. on prepareFrame me
  4.   cursor -1
  5.   gze_Label = the frameLabel
  6. end
  7. ---------------------------
  8. on exitFrame me
  9.   if gFlag_Revoir = 0 then
  10.     gL_TOUT[zNoSRub()-1] = gL_localEtape[1]--enregistrement de l'Θtape dans le parcours du navigateur
  11.   end if
  12. end
  13. ---------------